home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / utils / datatypes / animation4105.readme < prev    next >
Text File  |  1998-03-07  |  5KB  |  145 lines

  1. Short:    Animation.datatype V41.5
  2. Author:   GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  3. Uploader: GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  4. Type:     util/dtype
  5. Replaces: util/dtype/animation4102.lha
  6. Replaces: util/dtype/animation4103.lha
  7. Replaces: util/dtype/animation4104.lha
  8.  
  9. ----
  10.  
  11. This is the third official public version of animation.datatype V41.
  12.  
  13. New since V41.2:
  14. - animation.datatypes now supports CyberGFX. If a subclass produces
  15.   non-planar, direct rgb-coded bitmaps, they're passed througth
  16.   as normal
  17.  
  18. ... (see HISTORY for a complete listing of new features and fixed bugs)
  19.  
  20. ----
  21.  
  22. INTRODUCTION
  23.     animation.datatype is the datatypes base class for all animation
  24.     and movie subclasses. It is responsible for remapping, sound,
  25.     scronisation, creating the controls and misc. other things
  26.  
  27. FEATURES
  28.     - Supports now the full animation.datatype interface like defined
  29.       in include31:datatypes/animationclass.h:
  30.       - Supports palette-per-frame, e.g. each frame can have it's own
  31.         palette.
  32.  
  33.       - Dynamic timing. A frame can have a variable duration until
  34.         the next frame occurs.
  35.  
  36.     - Fully compatible to the original animation.datatype V40.7
  37.  
  38.     - Configurable througth a preferences file.
  39.  
  40.     - Includes a CPU blitter for planar screens. If enabled by the prefs
  41.       file, animation.datatype uses a CPU blitter instead of the OS
  42.       blitter.
  43.  
  44.     - CyberGFX compatible:
  45.       - Now animation.datatype V41 can handle non-planar bitmaps, e.g.
  46.         chunkypixel bitmaps, as input.
  47.         (Currently they cannot be remapped, the bitmaps are displayed
  48.         unchanged on the destination screen).
  49.  
  50.       - Supports HAM/EHB -> 24-bit remapping. (TEMPORARY DISABLED).
  51.  
  52.     - No skipping anymore. The aniation.datatype V41 introduces
  53.       a new feature called "adaptive frame rate selection". Instead
  54.       of skipping frames when they cannot be displayed in real-time,
  55.       the FPS rate is now adapted to fit (e.g. the maximum available
  56.       playback speed without skipping).
  57.  
  58.  
  59. REQUIREMENTS
  60.     - You need at least Kick/WB 3.0.
  61.  
  62.     - "realtime.library", >= V39              - for timing
  63.     - "gadgets/tapedeck.gadget" (any version) - for the controls
  64.  
  65.        You need "sound.datatype" >= V40 for sound support.
  66.  
  67. USAGE
  68.     Usage is very simply: If you  have loaded an animation, you can
  69.     control the animation using the tapedeck gadget at the bottom:
  70.     "<<" skips some frames back
  71.     ">"  starts playing
  72.     ">>" skips some frames forward.
  73.     The slider part can be used to move manually to a specific
  74.     postion in the animation/movie.
  75.  
  76.     Note that there is also a prefs-file where you can set various
  77.     options. See "preferences" section for details.
  78.  
  79. INSTALLATION
  80.     After unpacking this archive:
  81.     Because this version does not include an Installer script, you have
  82.     to do the installation manually through the shell:
  83.  
  84.       - Unpack this archive and copy the "animation.datatype" to
  85.         SYS:Classes/DataTypes/:
  86.  
  87.         Copy CLONE FROM "animation.datatype" TO
  88.         "SYS:Classes/DataTypes/animation.datatype"
  89.  
  90. AUTHOR
  91.     If you want to blame me, report any bugs, or wants a new version
  92.     send your letter to:
  93.                     Roland Mainz
  94.                     Hohenstaufenstraße 8
  95.                     52388 Nörvenich
  96.                     GERMANY
  97.  
  98.     Phone: (+49)(0)2426/901568
  99.     Fax:   (+49)(0)2426/901569
  100.  
  101.     EMAIL is also available (if you want to send me attachments
  102.     larger than 1MB (up to 5MB, more with my permission):
  103.  
  104.     GISBURN@w-specht.rhein-ruhr.de
  105.  
  106.     Up to April 1998 I'm reachable using this email address, too:
  107.     Reinhold.A.Mainz@KBV.DE
  108.  
  109.     | Please put your name and address in your mails !
  110.     | German mailers should add their phone numbers.
  111.     | See BUGS section above when submitting bug reports.
  112.  
  113.     Sorry, but I can only look once a week for mails.
  114.     If you don't hear something from me within three weeks, please
  115.     send your mail again (but watch about new releases) (problems with
  116.     this email port are caused by reconfigurations, hackers, network
  117.     problems etc.).
  118.  
  119.     The  entire  "animation.datatype"  package  may  be  noncommercially
  120.     redistributed, provided  that  the package  is always  distributed
  121.     in it's complete  form (including it's documentation). A small
  122.     copy fee  for media costs is okay but any kind of commercial
  123.     distribution is strictly forbidden without my permission !
  124.     Comments and suggestions how to improve this program are
  125.     generally appreciated!
  126.  
  127. ----
  128.  
  129. Bye,
  130. Roland
  131.  
  132.  
  133. ============================= Archive contents =============================
  134.  
  135. Original  Packed Ratio    Date     Time    Name
  136. -------- ------- ----- --------- --------  -------------
  137.    25144   14173 43.6% 05-Feb-98 20:56:06 +animation.datatype
  138.    58045   17472 69.8% 05-Feb-98 21:07:24 +animation.datatype.doc
  139.      835     394 52.8% 28-May-97 22:04:36 +animation.datatype.info
  140.      169     125 26.0% 01-Jun-97 23:30:04 +animationtest
  141.     3030     978 67.7% 24-Sep-97 00:08:08 +animationclassext.h
  142.      486     254 47.7% 24-Aug-97 23:07:34 +animationclassext.h.info
  143. -------- ------- ----- --------- --------
  144.    87709   33396 61.9% 07-Feb-98 20:53:36   6 files
  145.